Redo focus handling in treeview once more
authorMatthias Clasen <mclasen@redhat.com>
Sun, 11 Sep 2016 15:47:55 +0000 (11:47 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 11 Sep 2016 15:47:55 +0000 (11:47 -0400)
commit29faa2db44b04b9cf7f4d96e32691f424490c730
tree2a9c5ac813063c94218fa3bef2496fef15011435
parentd7b446ec06afa93bdbb686d4f322aa568146c763
Redo focus handling in treeview once more

The fix for bug 767468 had some unintended side-effects. This is
an attempt at doing the same fix (don't grab focus when we are
grab-shadowed), while avoiding the breakage, by using GTK+'s
internal tracking for grab-shadowed-ness.

https://bugzilla.gnome.org/show_bug.cgi?id=770508
gtk/gtktreeview.c